home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-05 | 853 b | 34 lines |
-
- #
- # Makefile for the IRIT solid modeler (DJGCC).
- #
-
- !include "..\makeflag.djg"
-
- GR_DIR = ..\grapdrvs
- GR_OBJS = $(GR_DIR)\djggraph.obj $(GR_DIR)\gen_grap.obj \
- $(GR_DIR)\drawln3d.obj $(GR_DIR)\drawptvc.obj \
- $(GR_DIR)\drawpoly.obj $(GR_DIR)\draw_crv.obj \
- $(GR_DIR)\draw_srf.obj $(GR_DIR)\draw_obj.obj
-
- OBJS = ctrl-brk.obj dosintr.obj freefrm1.obj freefrm2.obj freefrm3.obj \
- freefrm4.obj inptevl1.obj inptevl2.obj inptevl3.obj inptprsr.obj \
- irit.obj objects1.obj objects2.obj overload.obj windows.obj \
- $(GR_OBJS)
-
- irit.exe: $(OBJS)
- $(CC) $(CFLAGS) -o irit @&&!
- $(OBJS) $(LIBS) $(MORELIBS) -lm
- !
- strip irit
- aout2exe irit
- del irit
-
- install: irit.exe
- copy irit.exe $(BIN_DIR_DOS)
- del irit.exe
- copy iritinit.irt $(BIN_DIR_DOS)
- copy irit-djg.cfg $(BIN_DIR_DOS)\irit.cfg
-
- # Dependencies starts here - do not touch, generated automatically.
-